home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
graphics
/
dimlib10
/
unit2.dfm
/
unit2.txt
Wrap
Text File
|
1995-10-31
|
716b
|
40 lines
object Form2: TForm2
Left = 200
Top = 99
Width = 281
Height = 114
Caption = 'A Typical Message'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 8
Top = 12
Width = 157
Height = 65
Caption = 'Are you going to be a registered DimLib user?'
WordWrap = True
end
object Button1: TButton
Left = 176
Top = 9
Width = 89
Height = 33
Caption = 'Yes'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 176
Top = 45
Width = 89
Height = 33
Caption = 'No'
TabOrder = 1
OnClick = Button2Click
end
end